Welcome![Sign In][Sign Up]
Location:
Search - set top

Search list

[Windows DevelopMain

Description: VC++实现类似FlashGet或者迅雷或者360的悬浮窗一样的效果,鼠标左键双击悬浮窗能调出程序主窗口,鼠标左键单击可以拖动悬浮窗到屏幕任意位置,右键单击悬浮窗会弹出菜单,可继续添加菜单。 主窗口有个滑块,拖动滑块可以改变悬浮窗的透明度,直到你满意,然后点击确定设置完成,它就自动悬浮于屏幕某一处,而且是处于最上层。(VC++ to achieve a similar FlashGet or thunder or 360 as floating window effect, click the left mouse button floating window can adjust the application's main window, click the left mouse button can drag the floating window to anywhere on the screen, right click the floating window will pop-up menu, can continue to add menu. There is a slider in the main window. Dragging the slider can change the transparency of the suspension window until you are satisfied, then click OK to set it up, it will automatically suspend on one screen, and it is at the top level.)
Platform: | Size: 1954816 | Author: yandc | Hits:

[Other迷宫求解

Description: 迷宫问题是取自心理学的一个古典实验。在该实验中,把一只老鼠从一个无顶大盒子的门放入,在盒子中设置了许多墙,对行进方向形成了多处阻挡。盒子仅有一个出口,在出口处放置一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。对同一只老鼠重复进行上述实验,一直到老鼠从入口走到出口,而不走错一步。老鼠经过多次试验最终学会走通迷宫的路线。设计一个计算机程序对任意设定的矩形迷宫如下图A所示,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze problem is a classical experiment taken from psychology. In the experiment, a mouse was placed in a door with a large box without a top, and many walls were set in the box, and many barriers were formed in the direction of travel. There is only one outlet in the box, and a piece of cheese is placed at the exit to attract mice to find the way in the maze to reach the exit. Repeat the experiment with the same mouse until the mouse moves from the entrance to the exit, without a mistake. After many experiments, the mice eventually learned to walk through the labyrinth route. A computer program is designed for any rectangular labyrinth, as shown in figure A, to find a path from entry to exit, or to draw a conclusion that there is no path.)
Platform: | Size: 1024 | Author: 混合双打 | Hits:

[Otherkernel_eca-master

Description: Kernel Entropy Component Analysis,KECA方法的作者R. Jenssen自己写的MATLAB代码,文章发表在2010年5月的IEEE TPAMI上面-Kernel Entropy Component Analysis, by R. Jenssen, published in IEEE TPAMI 2010.(We introduce kernel entropy component analysis (kernel ECA) as a new method for data transformation and dimensionality reduction. Kernel ECA reveals structure relating to the Renyi entropy of the input space data set, estimated via a kernel matrix using Parzen windowing. This is achieved by projections onto a subset of entropy preserving kernel principal component analysis (kernel PCA) axes. This subset does not need, in general, to correspond to the top eigenvalues of the kernel matrix, in contrast to the dimensionality reduction using kernel PCA. We show that kernel ECA may produce strikingly different transformed data sets compared to kernel PCA, with a distinct angle-based structure. A new spectral clustering algorithm utilizing this structure is developed with positive results. Furthermore, kernel ECA is shown to be an useful alternative for pattern denoising.)
Platform: | Size: 8192 | Author: daxingxing001 | Hits:

[Windows Develop实验

Description: 1、功能描述: 1.1、点击程序,进入登录窗体(登录窗体要求在屏幕居中显示),用户名为admin,密码为123456,输入正确,则进入主窗体(主窗体全屏显示);输入错误则提示,并继续登录 1.2、主窗体中,上方是菜单和工具栏 1.3、主窗体中,左侧是信息填写和选择区域,填写和选择完毕,点击【显示结果】按钮,则会将对应的信息显示出来 1.4、主窗体中,右侧是一个文本编辑区域,可以通过工具栏中的【字体】和【颜色】按钮,对其进行字体和颜色的设置(1. Functional Description: 1.1, click on the program to enter the login form (the login form is displayed in the middle of the screen), the user name is admin, the password is 123456, and enter the correct form, then enter the main form (main form full screen); input error prompts, and continue to login. 1.2. In the main form, the top is the menu and the toolbar 1.3, in the main form, the left side is the information fill and select area, fill and choose to finish, click the [display result] button, will display the corresponding information. 1.4, in the main form, the right side is a text editing area. It can set font and color through the font and color button in the toolbar.)
Platform: | Size: 110592 | Author: 天雷丶祭 | Hits:

[JSP/Javamap_6427

Description: 在?Webots?模拟平台中,使用?E‐puck?模拟机器人及相应?SDK?,根据每个路口的拥塞情况,进行路线规划,使得机器人可以最快到达 目的地。(The input is divided into the congestion level of the intersection and the length of the road. The map consists of 49 lattice, we follow from left to right, from the bottom to the top of the order for each grid point number 1 to 49, when the input congestion degree of each grid point and then input the input side of the time, according to u, V, W, u, V as input, the number of grid points, w to connect the two lattice path length. The rule of planning path is the minimum of a* path length +b* congestion. (a, B can take 1) Students who are interested in achieving dynamic changes need to set up a function that generates random numbers. Once every intersection is called, the function will randomly generate the degree of congestion at each intersection.)
Platform: | Size: 14336 | Author: 剑姬2 | Hits:

[Windows Develop钻石矿工

Description: 算法设计中的钻石矿工问题在一座金字塔每块石头上都镶有一块钻石从金字塔的顶端向下收集钻石尽可能收集价值高的钻石,每层每次只能从一块砖斜向左下或斜向右下走到另一块砖上。设计算法求出获取的钻石最大价值及路径。(动态规划)(The problem of diamond miner in algorithm design is set up on every stone in Pyramid. A diamond is collected from the top of Pyramid. Diamond is collected as high as possible. Every layer can only lean from one brick to the left or to the right to go to the next brick at a time. The design algorithm is used to find the maximum value and path of the obtained diamond. (dynamic programming))
Platform: | Size: 16384 | Author: XAKJOLFT | Hits:

[Windows Develop钻石矿工

Description: 算法设计中的钻石矿工问题在一座金字塔每块石头上都镶有一块钻石从金字塔的顶端向下收集钻石尽可能收集价值高的钻石,每层每次只能从一块砖斜向左下或斜向右下走到另一块砖上。设计算法求出获取的钻石最大价值及路径。(分治法)(The problem of diamond miner in algorithm design is set up on every stone in Pyramid. A diamond is collected from the top of Pyramid. Diamond is collected as high as possible. Every layer can only lean from one brick to the left or to the right to go to the next brick at a time. The design algorithm is used to find the maximum value and path of the obtained diamond. (Divide and Conquer))
Platform: | Size: 12288 | Author: XAKJOLFT | Hits:

[Other运动会分数统计

Description: 参加运动会有n个学校,学校名对应的编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名自己设定(数据可以存储在一个数据文件中,数据结构、具体数据自定)。具体功能有:1)可以输入各个项目的前三名或前五名的成绩;2)能统计各学校总分;3)可以按学校编号或名称、学校总分、男女团体总分排序输出;4)可以按学校编号查询学校某个项目的情况;可以按项目编号查询取得前三或前五名的学校。5)数据存入文件并能随时查询。(There are n schools in the sports meeting, and the school name is numbered 1... N. The competition is divided into m men's events, and W women's events. The project number is man 1... M, woman m+1... M+w. Different items from the top five or top three in integral integral; the top five were: 7, 5, 3, 2, 1, three points were: 5, 3, 2; which take the top five or top three (their own set of data can be stored in a in the data file, data structure, specific data set). Specific functions: 1) can enter the various items in the top three or top five results; 2) to statistics schools; 3) according to the number or name of the school, the school scores, scores of men and women groups sort out; 4) can check the school by school number one project according to the situation; item number query made the top three or top five schools. 5) the data is stored in the file and can be querying at any time.)
Platform: | Size: 205824 | Author: 加一下 | Hits:

[Otherlibiec61850

Description: IEC61850开源实现库,包含头文件、函数文件和测试例程文件(his library provides an implementation of IEC61850 on top of the MMS (Manufacturing Message Specification) protocol in standard C. It also provides support for intra-substation communication via GOOSE. The goal of this project is to provide an implementation that is very portable and can run on embedded systems and micro-controllers. Also provided is a set of simple examples that can be used as a starting point for own applications. The library also contains a .NET wrapper to allow the library to be used easily in high-level languages like C#. This implementation runs on embedded systems, embedded Linux systems as well as on desktop computers running Linux, Windows or MacOS.)
Platform: | Size: 1523712 | Author: yinming | Hits:

[WEB Code144网页制作V1.4修复授权源码

Description: 144G是一款全自动在线网页制作工具,国内顶尖自动化网页制作系统,只需选择模板一键生成即可,可制作一系列个人网页、表白网页、HTML5网页等,人人都能做网页。 功能: 1.个人、表白、趣味网页在线制作--后台可以设置模板收费,价格在发卡网自己定价; 2.带会员注册登录功能--后台可以删除以及修改密码; 3.收费VIP专属模板功能--后台设置即可;(144G is an automatic online webpage making tool, the top automatic web page making system in China. It only needs to choose a template to generate one key. It can make a series of personal web pages, web pages, HTML5 pages and so on. Everyone can do web pages. Function: 1. people, confession and interesting webpage production can be set up in the background, and the price is fixed on the card issuing network. 2., register and login with member. The background can delete and modify the password. 3., charge VIP exclusive template function -- background settings.)
Platform: | Size: 38776832 | Author: 明日村长 | Hits:

[WEB Code111

Description: PHP版 基于PHP+sqlite/mysql的技术架构,UTF-8编码,不但可以适用于广泛的新闻/文章发布型网站,还适用于资讯门户类网站 后台文章管理 批量设置选项 增加 仅限会员下载附件、手机版状态、限制/付费阅读:关注公众号 项 后台文章管理 批量设置内容 增加 来源、作者、阅读量、限制阅读积分、付费阅读积分 前台评论和留言增加回复跟帖叠楼功能和顶踩投票 会员组增加禁止投稿项(The PHP version of the PHP+sqlite/mysql based technical architecture, UTF-8 encoding, is not only applicable to a wide range of news / article publishing sites, but also for information portal sites. Backstage article management, batch setting options increase, only members download accessories, mobile version status, restricted / paid reading: pay attention to public number. Backstage articles manage, batch set up content, increase source, author, reading volume, limit reading points, pay reading scores. Front desk comments and messages increase reply, placard stack function and top voting. Member groups increase the prohibition of submissions)
Platform: | Size: 11410432 | Author: euthgr | Hits:

[WEB Code3

Description: 最近淘宝开放了淘宝客api,说明又要让淘宝客站长捞一笔了哈哈,api开放采集以及seo等等优化都方便了。后台介绍:站点地图生成xml格式,前台穿衣搭配爱淘宝搭配页面以及手动添加,以及支持阿里妈妈高佣金采集器 前台品牌团后台有专区品牌团管理,支持品牌团采集,全新版爱淘宝采集器支持采集商品标签,以及一些u站采集,逛街,促销,预告采集等。前台内页评论自动采集,后台导航设置支持顶部导航已经主导航 顶部导航指手机版那行。下架商品检测以及商品管理增加数据库字段佣金字段。等功能(Recently, Taobao has opened Taobao customer API, which tells us that Taobao's passenger station will get a long time. Haha, API open collection and SEO optimization are all convenient. Background: site map generation XML format, front desk dress with love Taobao collocation page and manual addition, and support Ali mother's high commission receptionist backstage brand regiment management, support brand collection, brand new Taobao collector support collection of commodity labels, and some U station collection, Shopping, sales promotion, preview collection and so on. The inside page reviews are automatically collected, and the background navigation is set up to support the top navigation. The main navigation is the top navigation, which means the mobile version. Next, commodity inspection and commodity management are added to increase the database field's Commission field. Equal function)
Platform: | Size: 16651264 | Author: 秋天不回来 | Hits:

[WEB Codetaobaoke_mssql_v2.18.0419

Description: 乡巴佬淘宝客CMS系统是一套基于淘宝开放平台(TOP)提供的API开发出来的淘宝客推广程序,目前通过这套API版淘宝客程序可以按各种排序方式获取淘宝客商品列表,方便易用、轻松建立淘宝客推广网站,进行淘宝客商品及店铺的推广。(The Taobao guest CMS system is a set of Taobao customer extension program developed based on the Taobao open platform (TOP), which is developed by API. At present, through this set of API version of the Taobao guest program, the list of Taobao goods can be obtained by various sorting methods. Wide.)
Platform: | Size: 7706624 | Author: 代下载 | Hits:

[Embeded Linuxlibiec61850-1.2.1.tar

Description: 此库通过标准C编写,提供IEC61850的MMS协议实现的最新版ED2,兼容大多数ED1;它也提供变电站内的GOOSE通信。这个项目的目标是提供一个实现,并且这个实现非常的轻便,可以运行在嵌入式系统和小型控制器上。它还提供了很多简单的例子,可以作为我们自己的程序的开始点。 如下特性被支持: 1 ISO全协议的TCP/IP 2 静态生成IED模型,是靠SCL文件,通过C代码生成 3 动态生成IED模型,是通过API调用或者通过配置文件 4 关联服务(通过密码验证) 5 简单的和复杂的MMS变量读写服务 6 模型浏览服务(GetServerDirectory, GetDeviceDirectory …) 7 数据集服务,包括动态创建和删除数据集 8 IEC61850客户端和服务器API 9 简单的MMS客户端API(使用TASE.2) 10 带缓冲和不带缓冲的报告服务 11 客户端和服务器支持所有的IEC61850控制模型 12 GOOSE发送方和接收方代码可以单独使用 13 硬件提取层和执行可以在Linux和WIN32下 14 转变工具可以将SCL文件转成静态IED模型 15 转变工具可以将SCL文件转变为服务器配置文件 16 文件目录浏览和文件读服务(This library provides an implementation of IEC61850 on top of the MMS (Manufacturing Message Specification) protocol in standard C. It also provides support for intra-substation communication via GOOSE. The goal of this project is to provide an implementation that is very portable and can run on embedded systems and micro-controllers. Also provided is a set of simple examples that can be used as a starting point for own applications. The library also contains a .NET wrapper to allow the library to be used easily in high-level languages like C#. This implementation runs on embedded systems, embedded Linux systems as well as on desktop computers running Linux, Windows or MacOS.)
Platform: | Size: 1156096 | Author: wishfj | Hits:

[WEB Code记一次通调用Github api各地块三游戏出租出售

Description: 1.游戏房间最初处于停止状态,当玩家进入房间点右上角的开始按钮,系统会发出一个1金币的初始包,包数为房间定义的包数,抢到最小金币值的人发包,然后一直循环下去。例如红包包数为5,过期时间设定为30秒,时间到参与抢红包的人不足5人,游戏停止,初始包金额不计入账户,玩家需要重新申请游戏开发。 2.玩家拆红包参与游戏,系统会先冻结红包金额大小的金币,等抢完红包结算时与输赢值一起返还给玩家,避免逃包。(1. the game room is initially in a stop state. When the player enters the room to point the start button on the top right corner, the system will send out an initial package of 1 gold coins, the number is the number of packets defined in the room, the person who gets the minimum gold value to carry the package, and then circulate all the time. For example, the number of red packets is 5, the expiration time is set to 30 seconds, time to less than 5 people who participate in the red packet robbing, the game stop, the initial packet amount is not included in the account, the player needs to reapply for the game development. 2. players dismantle red packets to participate in the game, the system will first freeze the size of the red packet size gold coins, and other red packet settlement and the value of the win and win return to the player, to avoid the escape package.)
Platform: | Size: 22528 | Author: 快三源码出售 | Hits:

[SCMWord2Pdf-1.02

Description: C# Study Notes (very classic) man csEXWB is a C# .NET 2.0 control t C# form personalized design like C# implementation code display, i C# implementation of the windows c# winform contraction box, can s DateTime Picker Demo , good mater Class time set off of the c# sour Always on Top calculator Call the camera, including start, He has built himself a C# framewo 1. Detect the face Learn detecte Hotel management system, contains When web developers often need to C# custom control (multiple choic The development of a p
Platform: | Size: 144384 | Author: nd | Hits:

[Internet-Networkjdxqlt_v2.2

Description: 1、调整后台管理版块页面。 2、用户发贴时,可选择“回复仅作者可见”。可输入“回复可见内容”。 3、增加VIP用户组,可在版块设置VIP才能查看帖子内容。 4、后台可以对版块分别设置vip/免审用户/管理员,才能发贴,和浏览权限。 5、后台参数设置增加地站点说明、顶部广告语设置,增加站点统计代码功能。 6、修复后台备份、恢复数据库出错的问题。后台用户名和密码均为:admin(1. Adjust the background management page. 2. When users post, they can choose "reply is only visible to the author". You can enter "Reply to Visible Content". 3. Adding VIP user groups, you can set VIP in the forum to view the content of the post. 4. The background can set up vip/exempt user/administrator respectively for the section before posting and browsing permissions. 5. Background parameter setting adds site description and top advertising language setting, and adds site statistics code function. 6. Repairing backup and restoring database errors. Background username and password are admin)
Platform: | Size: 1039360 | Author: 盘你a | Hits:

[Search Engine聚合搜索

Description: 1:无需shell,无需蜘蛛池,无需租用二级目录,仅仅需要一个老域名 2:内置资源接口,提权,养站,排名 3:合理SEO优化构造,病毒式繁殖,组合,让蜘蛛畅快爬取收录 4:配合主动实时推送,每天可以推送400万个网页,加速收录 5:是目前最有效,最稳定,操作最简单,最省钱,排名的霸屏程序。 6:所需资源,一个老域名,你自己的关键词,一个服务器 7:本程序无需mysql,使用文件缓存,动静结合加载。 8:针对百度搜索引擎做了代码优化。 9:根目录可以直接用顶级域名养站。 10:自动生成 canonical 代码(权重集中)。 11:首页关键词列表升级为实时热点。(1: No shell, no spider pool, no secondary directory rental, just an old domain name 2: Built in resource interface, power lifting, maintenance station, ranking 3: Reasonable SEO, optimized structure, viral reproduction, combination, let spiders climb and collect freely 4: With active real-time push, 4 million Web pages can be pushed every day to speed up the collection 5: Is the most effective, the most stable, the simplest operation, the most cost-effective, ranking of the screen. 6: Required resources, an old domain name, your own keywords, a server 7: This program does not need mysql, uses file cache, dynamic and static load. 8: Baidu search engine for the code optimization. 9: The root directory can be maintained directly with the top-level domain name. 10: Automatically generate canonical code (weight set). 11: The keyword list of the home page is upgraded to a real-time hotspot.)
Platform: | Size: 45056 | Author: a282127045 | Hits:

[Finance-Stock software systemRSI穿越1090报警

Description: rsi指标穿越顶底预警参数可以自由设置,我一直在用,比较好用(RSI crossing the top and bottom warning parameters can be set freely)
Platform: | Size: 8192 | Author: z519753102 | Hits:

[OtherPandas guide

Description: Data processing is important part of analyzing the data, because data is not always available in desired format. Various processing are required before analyzing the data such as cleaning, restructuring or merging etc. Numpy, Scipy, Cython and Panda are the tools available in python which can be used fast processing of the data. Further, Pandas are built on the top of Numpy. Pandas provides rich set of functions to process various types of data. Further, working with Panda is fast, easy and more expressive than other tools. Pandas provides fast data processing as Numpy along with flexible data manipulation techniques as spreadsheets and relational databases. Lastly, pandas integrates well with matplotlib library, which makes it very handy tool for analyzing the data.
Platform: | Size: 8342916 | Author: ihaveap1 | Hits:
« 1 2 ... 40 41 42 43 44 45»

CodeBus www.codebus.net